home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 1IP2D37 (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  832 b   |  19 lines

  1. package com.sun.java.swing.plaf.basic;
  2.  
  3. import java.awt.event.MouseAdapter;
  4. import java.awt.event.MouseEvent;
  5.  
  6. class BasicComboPopup$ListMouseListener extends MouseAdapter {
  7.    // $FF: synthetic field
  8.    BasicComboPopup this$0;
  9.  
  10.    public void mouseReleased(MouseEvent anEvent) {
  11.       this.this$0.hide();
  12.    }
  13.  
  14.    // $FF: synthetic method
  15.    BasicComboPopup$ListMouseListener(BasicComboPopup this$0) {
  16.       this.this$0 = this$0;
  17.    }
  18. }
  19.